Html Css Color HEX #154B70 Dark Cerulean

📋 copy color: '#154B70'

red 21 ◦ green 75 ◦ blue 112

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

Shades of Dark Cerulean #154B70

Tints of Dark Cerulean #154B70

RGB

 RED value IS 21 (8.59% from 255) = 10.1%

 GREEN value IS 75 (29.69% from 255) = 36.06%

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 10.1%
G = 36.06%
B = 53.85%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#154B70 (or 0x154B70) is known color: Dark Cerulean. HEX triplet: 15, 4B and 70. RGB value is (21,75,112). Sum of RGB (Red+Green+Blue) = 21+75+112=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #154B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B70 is #EAB48F. Grayscale: #3E3E3E. Windows color (decimal): -15381648 or 7359253. OLE color: 7359253.

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

Color convert

RGB 21 75 112 -
CMYK 0.81 0.33 0 0.56
HSL 204.4º 0.68% 0.26% -
HSV(B) 204.4º 0.81% 0.44% -
XYZ 5.75 6.36 16.25 -
YUV 63.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 21 75 112 0.81 0.33 0 0.56 204.4 0.68 0.26
Hex 15 4B 70 51 21 0 38 CC 44 1A
Octal 25 113 160 121 41 0 70 314 104 32
Binary 10101 1001011 1110000 1010001 100001 0 111000 11001100 1000100 11010

Color Harmonies of #154B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154B70

Black with #154B70

Text Example


Text Example

White with #154B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154B70; }

 p { color: rgb(21,75,112); }

 H1.HeaderClassName
 {
   color: #154B70;
 }
 .AnyTagClassName
 {
   color: #154B70;
 }
</style>

background-color css

<style>
 a { background-color: #154B70; }

 a { background-color: rgb(21,75,112); }

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

border-color css

<style>
 span { border-color: #154B70; }

 span { border-color: rgb(21,75,112); }

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