Html Css Color HEX #1D375F Catalina Blue

📋 copy color: '#1D375F'

red 29 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #1D375F

Tints of Catalina Blue #1D375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.73%

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

R = 16.2%
G = 30.73%
B = 53.07%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1D375F (or 0x1D375F) is known color: Catalina Blue. HEX triplet: 1D, 37 and 5F. RGB value is (29,55,95). Sum of RGB (Red+Green+Blue) = 29+55+95=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D375F is #E2C8A0. Grayscale: #333333. Windows color (decimal): -14862497 or 6240029. OLE color: 6240029.

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

Color convert

RGB 29 55 95 -
CMYK 0.69 0.42 0 0.63
HSL 216.36º 0.53% 0.24% -
HSV(B) 216.36º 0.69% 0.37% -
XYZ 3.94 3.82 11.36 -
YUV 51.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 29 55 95 0.69 0.42 0 0.63 216.36 0.53 0.24
Hex 1D 37 5F 45 2A 0 3F D8 35 18
Octal 35 67 137 105 52 0 77 330 65 30
Binary 11101 110111 1011111 1000101 101010 0 111111 11011000 110101 11000

Color Harmonies of #1D375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D375F

Black with #1D375F

Text Example


Text Example

White with #1D375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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