Html Css Color HEX #1D334F Catalina Blue

📋 copy color: '#1D334F'

red 29 ◦ green 51 ◦ blue 79

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

Shades of Catalina Blue #1D334F

Tints of Catalina Blue #1D334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.08%

 BLUE value IS 79 (31.25% from 255) = 49.69%

R = 18.24%
G = 32.08%
B = 49.69%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D334F (or 0x1D334F) is known color: Catalina Blue. HEX triplet: 1D, 33 and 4F. RGB value is (29,51,79). Sum of RGB (Red+Green+Blue) = 29+51+79=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D334F is #E2CCB0. Grayscale: #2F2F2F. Windows color (decimal): -14863537 or 5190429. OLE color: 5190429.

HSL color Cylindrical-coordinate representation of color #1D334F: hue angle of 213.6º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D334F is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 51 79 -
CMYK 0.63 0.35 0 0.69
HSL 213.6º 0.46% 0.21% -
HSV(B) 213.6º 0.63% 0.31% -
XYZ 3.1 3.19 7.85 -
YUV 47.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 29 51 79 0.63 0.35 0 0.69 213.6 0.46 0.21
Hex 1D 33 4F 3F 23 0 45 D6 2E 15
Octal 35 63 117 77 43 0 105 326 56 25
Binary 11101 110011 1001111 111111 100011 0 1000101 11010110 101110 10101

Color Harmonies of #1D334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D334F

Black with #1D334F

Text Example


Text Example

White with #1D334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,51,79); }

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

background-color css

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

 a { background-color: rgb(29,51,79); }

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

border-color css

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

 span { border-color: rgb(29,51,79); }

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