Html Css Color HEX #1B428B Dark Cerulean

📋 copy color: '#1B428B'

red 27 ◦ green 66 ◦ blue 139

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

Shades of Dark Cerulean #1B428B

Tints of Dark Cerulean #1B428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 139 (54.69% from 255) = 59.91%

R = 11.64%
G = 28.45%
B = 59.91%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B428B (or 0x1B428B) is known color: Dark Cerulean. HEX triplet: 1B, 42 and 8B. RGB value is (27,66,139). Sum of RGB (Red+Green+Blue) = 27+66+139=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B428B is #E4BD74. Grayscale: #3E3E3E. Windows color (decimal): -14990709 or 9126427. OLE color: 9126427.

HSL color Cylindrical-coordinate representation of color #1B428B: hue angle of 219.11º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B428B is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 66 139 -
CMYK 0.81 0.53 0 0.45
HSL 219.11º 0.67% 0.33% -
HSV(B) 219.11º 0.81% 0.55% -
XYZ 7.06 5.99 25.21 -
YUV 62.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 27 66 139 0.81 0.53 0 0.45 219.11 0.67 0.33
Hex 1B 42 8B 51 35 0 2D DB 43 21
Octal 33 102 213 121 65 0 55 333 103 41
Binary 11011 1000010 10001011 1010001 110101 0 101101 11011011 1000011 100001

Color Harmonies of #1B428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B428B

Black with #1B428B

Text Example


Text Example

White with #1B428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,66,139); }

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

background-color css

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

 a { background-color: rgb(27,66,139); }

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

border-color css

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

 span { border-color: rgb(27,66,139); }

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