Html Css Color HEX #1D375B Catalina Blue

📋 copy color: '#1D375B'

red 29 ◦ green 55 ◦ blue 91

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

Shades of Catalina Blue #1D375B

Tints of Catalina Blue #1D375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52%

R = 16.57%
G = 31.43%
B = 52%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D375B (or 0x1D375B) is known color: Catalina Blue. HEX triplet: 1D, 37 and 5B. RGB value is (29,55,91). Sum of RGB (Red+Green+Blue) = 29+55+91=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D375B is #E2C8A4. Grayscale: #333333. Windows color (decimal): -14862501 or 5977885. OLE color: 5977885.

HSL color Cylindrical-coordinate representation of color #1D375B: hue angle of 214.84º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D375B is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 55 91 -
CMYK 0.68 0.40 0 0.64
HSL 214.84º 0.52% 0.24% -
HSV(B) 214.84º 0.68% 0.36% -
XYZ 3.76 3.75 10.42 -
YUV 51.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 29 55 91 0.68 0.40 0 0.64 214.84 0.52 0.24
Hex 1D 37 5B 44 28 0 40 D7 34 18
Octal 35 67 133 104 50 0 100 327 64 30
Binary 11101 110111 1011011 1000100 101000 0 1000000 11010111 110100 11000

Color Harmonies of #1D375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D375B

Black with #1D375B

Text Example


Text Example

White with #1D375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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