Html Css Color HEX #154B90 Dark Cerulean

📋 copy color: '#154B90'

red 21 ◦ green 75 ◦ blue 144

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

Shades of Dark Cerulean #154B90

Tints of Dark Cerulean #154B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60%

R = 8.75%
G = 31.25%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#154B90 (or 0x154B90) is known color: Dark Cerulean. HEX triplet: 15, 4B and 90. RGB value is (21,75,144). Sum of RGB (Red+Green+Blue) = 21+75+144=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #154B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154B90 is #EAB46F. Grayscale: #424242. Windows color (decimal): -15381616 or 9456405. OLE color: 9456405.

HSL color Cylindrical-coordinate representation of color #154B90: hue angle of 213.66º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154B90 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 75 144 -
CMYK 0.85 0.48 0 0.44
HSL 213.66º 0.75% 0.32% -
HSV(B) 213.66º 0.85% 0.56% -
XYZ 7.86 7.21 27.36 -
YUV 66.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 21 75 144 0.85 0.48 0 0.44 213.66 0.75 0.32
Hex 15 4B 90 55 30 0 2C D6 4B 20
Octal 25 113 220 125 60 0 54 326 113 40
Binary 10101 1001011 10010000 1010101 110000 0 101100 11010110 1001011 100000

Color Harmonies of #154B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154B90

Black with #154B90

Text Example


Text Example

White with #154B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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