Html Css Color HEX #1B2F57 Catalina Blue

📋 copy color: '#1B2F57'

red 27 ◦ green 47 ◦ blue 87

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

Shades of Catalina Blue #1B2F57

Tints of Catalina Blue #1B2F57

RGB

 RED value IS 27 (10.94% from 255) = 16.77%

 GREEN value IS 47 (18.75% from 255) = 29.19%

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

R = 16.77%
G = 29.19%
B = 54.04%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1B2F57 (or 0x1B2F57) is known color: Catalina Blue. HEX triplet: 1B, 2F and 57. RGB value is (27,47,87). Sum of RGB (Red+Green+Blue) = 27+47+87=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B2F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2F57 is #E4D0A8. Grayscale: #2D2D2D. Windows color (decimal): -14995625 or 5713691. OLE color: 5713691.

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

Color convert

RGB 27 47 87 -
CMYK 0.69 0.46 0 0.66
HSL 220º 0.53% 0.22% -
HSV(B) 220º 0.69% 0.34% -
XYZ 3.19 2.95 9.42 -
YUV 45.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 27 47 87 0.69 0.46 0 0.66 220 0.53 0.22
Hex 1B 2F 57 45 2E 0 42 DC 35 16
Octal 33 57 127 105 56 0 102 334 65 26
Binary 11011 101111 1010111 1000101 101110 0 1000010 11011100 110101 10110

Color Harmonies of #1B2F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2F57

Black with #1B2F57

Text Example


Text Example

White with #1B2F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,47,87); }

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

background-color css

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

 a { background-color: rgb(27,47,87); }

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

border-color css

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

 span { border-color: rgb(27,47,87); }

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