Html Css Color HEX #1D2E57 Catalina Blue

📋 copy color: '#1D2E57'

red 29 ◦ green 46 ◦ blue 87

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

Shades of Catalina Blue #1D2E57

Tints of Catalina Blue #1D2E57

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.4%

 BLUE value IS 87 (34.38% from 255) = 53.7%

R = 17.9%
G = 28.4%
B = 53.7%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1D2E57 (or 0x1D2E57) is known color: Catalina Blue. HEX triplet: 1D, 2E and 57. RGB value is (29,46,87). Sum of RGB (Red+Green+Blue) = 29+46+87=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D2E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2E57 is #E2D1A8. Grayscale: #2D2D2D. Windows color (decimal): -14864809 or 5713437. OLE color: 5713437.

HSL color Cylindrical-coordinate representation of color #1D2E57: hue angle of 222.41º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D2E57 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 29 46 87 -
CMYK 0.67 0.47 0 0.66
HSL 222.41º 0.5% 0.23% -
HSV(B) 222.41º 0.67% 0.34% -
XYZ 3.2 2.9 9.41 -
YUV 45.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 29 46 87 0.67 0.47 0 0.66 222.41 0.5 0.23
Hex 1D 2E 57 43 2F 0 42 DE 32 17
Octal 35 56 127 103 57 0 102 336 62 27
Binary 11101 101110 1010111 1000011 101111 0 1000010 11011110 110010 10111

Color Harmonies of #1D2E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2E57

Black with #1D2E57

Text Example


Text Example

White with #1D2E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,46,87); }

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

background-color css

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

 a { background-color: rgb(29,46,87); }

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

border-color css

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

 span { border-color: rgb(29,46,87); }

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