Html Css Color HEX #1B438E Dark Cerulean

📋 copy color: '#1B438E'

red 27 ◦ green 67 ◦ blue 142

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

Shades of Dark Cerulean #1B438E

Tints of Dark Cerulean #1B438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 11.44%
G = 28.39%
B = 60.17%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B438E (or 0x1B438E) is known color: Dark Cerulean. HEX triplet: 1B, 43 and 8E. RGB value is (27,67,142). Sum of RGB (Red+Green+Blue) = 27+67+142=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B438E is #E4BC71. Grayscale: #3F3F3F. Windows color (decimal): -14990450 or 9323291. OLE color: 9323291.

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

Color convert

RGB 27 67 142 -
CMYK 0.81 0.53 0 0.44
HSL 219.13º 0.68% 0.33% -
HSV(B) 219.13º 0.81% 0.56% -
XYZ 7.34 6.2 26.4 -
YUV 63.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 27 67 142 0.81 0.53 0 0.44 219.13 0.68 0.33
Hex 1B 43 8E 51 35 0 2C DB 44 21
Octal 33 103 216 121 65 0 54 333 104 41
Binary 11011 1000011 10001110 1010001 110101 0 101100 11011011 1000100 100001

Color Harmonies of #1B438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B438E

Black with #1B438E

Text Example


Text Example

White with #1B438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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