Html Css Color HEX #1D365C Catalina Blue

📋 copy color: '#1D365C'

red 29 ◦ green 54 ◦ blue 92

#1D365C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #1D365C

Tints of Catalina Blue #1D365C

RGB

 RED value IS 29 (11.72% from 255) = 16.57%

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 16.57%
G = 30.86%
B = 52.57%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1D365C (or 0x1D365C) is known color: Catalina Blue. HEX triplet: 1D, 36 and 5C. RGB value is (29,54,92). Sum of RGB (Red+Green+Blue) = 29+54+92=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D365C is #E2C9A3. Grayscale: #323232. Windows color (decimal): -14862756 or 6043165. OLE color: 6043165.

HSL color Cylindrical-coordinate representation of color #1D365C: hue angle of 216.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D365C is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 54 92 -
CMYK 0.68 0.41 0 0.64
HSL 216.19º 0.52% 0.24% -
HSV(B) 216.19º 0.68% 0.36% -
XYZ 3.76 3.67 10.64 -
YUV 50.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 29 54 92 0.68 0.41 0 0.64 216.19 0.52 0.24
Hex 1D 36 5C 44 29 0 40 D8 34 18
Octal 35 66 134 104 51 0 100 330 64 30
Binary 11101 110110 1011100 1000100 101001 0 1000000 11011000 110100 11000

Color Harmonies of #1D365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D365C

Black with #1D365C

Text Example


Text Example

White with #1D365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D365C; }

 p { color: rgb(29,54,92); }

 H1.HeaderClassName
 {
   color: #1D365C;
 }
 .AnyTagClassName
 {
   color: #1D365C;
 }
</style>

background-color css

<style>
 a { background-color: #1D365C; }

 a { background-color: rgb(29,54,92); }

 div.DivClassName
 {
   background-color: #1D365C;
 }
 .BgClassName
 {
   background-color: #1D365C;
 }
</style>

border-color css

<style>
 span { border-color: #1D365C; }

 span { border-color: rgb(29,54,92); }

 td.TdClassName
 {
   border-color: #1D365C;
 }
 .TagClassName
 {
   border-color: #1D365C;
 }
</style>