Html Css Color HEX #1B437F Dark Cerulean

📋 copy color: '#1B437F'

red 27 ◦ green 67 ◦ blue 127

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

Shades of Dark Cerulean #1B437F

Tints of Dark Cerulean #1B437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

 BLUE value IS 127 (50% from 255) = 57.47%

R = 12.22%
G = 30.32%
B = 57.47%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1B437F (or 0x1B437F) is known color: Dark Cerulean. HEX triplet: 1B, 43 and 7F. RGB value is (27,67,127). Sum of RGB (Red+Green+Blue) = 27+67+127=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B437F is #E4BC80. Grayscale: #3D3D3D. Windows color (decimal): -14990465 or 8340251. OLE color: 8340251.

HSL color Cylindrical-coordinate representation of color #1B437F: hue angle of 216º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B437F is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 67 127 -
CMYK 0.79 0.47 0 0.50
HSL 216º 0.65% 0.3% -
HSV(B) 216º 0.79% 0.5% -
XYZ 6.29 5.78 20.86 -
YUV 61.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 27 67 127 0.79 0.47 0 0.50 216 0.65 0.3
Hex 1B 43 7F 4F 2F 0 32 D8 41 1E
Octal 33 103 177 117 57 0 62 330 101 36
Binary 11011 1000011 1111111 1001111 101111 0 110010 11011000 1000001 11110

Color Harmonies of #1B437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B437F

Black with #1B437F

Text Example


Text Example

White with #1B437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,67,127); }

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

background-color css

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

 a { background-color: rgb(27,67,127); }

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

border-color css

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

 span { border-color: rgb(27,67,127); }

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