Html Css Color HEX #1D3859 Catalina Blue

📋 copy color: '#1D3859'

red 29 ◦ green 56 ◦ blue 89

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

Shades of Catalina Blue #1D3859

Tints of Catalina Blue #1D3859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 16.67%
G = 32.18%
B = 51.15%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D3859 (or 0x1D3859) is known color: Catalina Blue. HEX triplet: 1D, 38 and 59. RGB value is (29,56,89). Sum of RGB (Red+Green+Blue) = 29+56+89=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3859 is #E2C7A6. Grayscale: #333333. Windows color (decimal): -14862247 or 5847069. OLE color: 5847069.

HSL color Cylindrical-coordinate representation of color #1D3859: hue angle of 213º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3859 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 56 89 -
CMYK 0.67 0.37 0 0.65
HSL 213º 0.51% 0.23% -
HSV(B) 213º 0.67% 0.35% -
XYZ 3.72 3.81 9.99 -
YUV 51.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 29 56 89 0.67 0.37 0 0.65 213 0.51 0.23
Hex 1D 38 59 43 25 0 41 D5 33 17
Octal 35 70 131 103 45 0 101 325 63 27
Binary 11101 111000 1011001 1000011 100101 0 1000001 11010101 110011 10111

Color Harmonies of #1D3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3859

Black with #1D3859

Text Example


Text Example

White with #1D3859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,89); }

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

background-color css

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

 a { background-color: rgb(29,56,89); }

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

border-color css

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

 span { border-color: rgb(29,56,89); }

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