Html Css Color HEX #1D335E Catalina Blue

📋 copy color: '#1D335E'

red 29 ◦ green 51 ◦ blue 94

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

Shades of Catalina Blue #1D335E

Tints of Catalina Blue #1D335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.02%

R = 16.67%
G = 29.31%
B = 54.02%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1D335E (or 0x1D335E) is known color: Catalina Blue. HEX triplet: 1D, 33 and 5E. RGB value is (29,51,94). Sum of RGB (Red+Green+Blue) = 29+51+94=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D335E is #E2CCA1. Grayscale: #313131. Windows color (decimal): -14863522 or 6173469. OLE color: 6173469.

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

Color convert

RGB 29 51 94 -
CMYK 0.69 0.46 0 0.63
HSL 219.69º 0.53% 0.24% -
HSV(B) 219.69º 0.69% 0.37% -
XYZ 3.71 3.44 11.06 -
YUV 49.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 29 51 94 0.69 0.46 0 0.63 219.69 0.53 0.24
Hex 1D 33 5E 45 2E 0 3F DC 35 18
Octal 35 63 136 105 56 0 77 334 65 30
Binary 11101 110011 1011110 1000101 101110 0 111111 11011100 110101 11000

Color Harmonies of #1D335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D335E

Black with #1D335E

Text Example


Text Example

White with #1D335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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