Html Css Color HEX #1D335F Catalina Blue

📋 copy color: '#1D335F'

red 29 ◦ green 51 ◦ blue 95

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

Shades of Catalina Blue #1D335F

Tints of Catalina Blue #1D335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 16.57%
G = 29.14%
B = 54.29%

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

#1D335F (or 0x1D335F) is known color: Catalina Blue. HEX triplet: 1D, 33 and 5F. RGB value is (29,51,95). Sum of RGB (Red+Green+Blue) = 29+51+95=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D335F is #E2CCA0. Grayscale: #313131. Windows color (decimal): -14863521 or 6239005. OLE color: 6239005.

HSL color Cylindrical-coordinate representation of color #1D335F: hue angle of 220º 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 #1D335F is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 29 51 95 -
CMYK 0.69 0.46 0 0.63
HSL 220º 0.53% 0.24% -
HSV(B) 220º 0.69% 0.37% -
XYZ 3.76 3.46 11.3 -
YUV 49.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 29 51 95 0.69 0.46 0 0.63 220 0.53 0.24
Hex 1D 33 5F 45 2E 0 3F DC 35 18
Octal 35 63 137 105 56 0 77 334 65 30
Binary 11101 110011 1011111 1000101 101110 0 111111 11011100 110101 11000

Color Harmonies of #1D335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D335F

Black with #1D335F

Text Example


Text Example

White with #1D335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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