Html Css Color HEX #154694 Dark Cerulean

📋 copy color: '#154694'

red 21 ◦ green 70 ◦ blue 148

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

Shades of Dark Cerulean #154694

Tints of Dark Cerulean #154694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 8.79%
G = 29.29%
B = 61.92%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#154694 (or 0x154694) is known color: Dark Cerulean. HEX triplet: 15, 46 and 94. RGB value is (21,70,148). Sum of RGB (Red+Green+Blue) = 21+70+148=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #154694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154694 is #EAB96B. Grayscale: #3F3F3F. Windows color (decimal): -15382892 or 9717269. OLE color: 9717269.

HSL color Cylindrical-coordinate representation of color #154694: hue angle of 216.85º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154694 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 70 148 -
CMYK 0.86 0.53 0 0.42
HSL 216.85º 0.75% 0.33% -
HSV(B) 216.85º 0.86% 0.58% -
XYZ 7.84 6.68 28.89 -
YUV 64.24 175.27 97.16 -
System Red Green Blue C M Y K H S L
Decimal 21 70 148 0.86 0.53 0 0.42 216.85 0.75 0.33
Hex 15 46 94 56 35 0 2A D9 4B 21
Octal 25 106 224 126 65 0 52 331 113 41
Binary 10101 1000110 10010100 1010110 110101 0 101010 11011001 1001011 100001

Color Harmonies of #154694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154694

Black with #154694

Text Example


Text Example

White with #154694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154694; }

 p { color: rgb(21,70,148); }

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

background-color css

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

 a { background-color: rgb(21,70,148); }

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

border-color css

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

 span { border-color: rgb(21,70,148); }

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