Html Css Color HEX #154F7F Dark Cerulean

📋 copy color: '#154F7F'

red 21 ◦ green 79 ◦ blue 127

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

Shades of Dark Cerulean #154F7F

Tints of Dark Cerulean #154F7F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

 BLUE value IS 127 (50% from 255) = 55.95%

R = 9.25%
G = 34.8%
B = 55.95%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#154F7F (or 0x154F7F) is known color: Dark Cerulean. HEX triplet: 15, 4F and 7F. RGB value is (21,79,127). Sum of RGB (Red+Green+Blue) = 21+79+127=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #154F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F7F is #EAB080. Grayscale: #424242. Windows color (decimal): -15380609 or 8343317. OLE color: 8343317.

HSL color Cylindrical-coordinate representation of color #154F7F: hue angle of 207.17º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154F7F is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 79 127 -
CMYK 0.83 0.38 0 0.50
HSL 207.17º 0.72% 0.29% -
HSV(B) 207.17º 0.83% 0.5% -
XYZ 6.94 7.28 21.12 -
YUV 67.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 21 79 127 0.83 0.38 0 0.50 207.17 0.72 0.29
Hex 15 4F 7F 53 26 0 32 CF 48 1D
Octal 25 117 177 123 46 0 62 317 110 35
Binary 10101 1001111 1111111 1010011 100110 0 110010 11001111 1001000 11101

Color Harmonies of #154F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F7F

Black with #154F7F

Text Example


Text Example

White with #154F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,79,127); }

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

background-color css

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

 a { background-color: rgb(21,79,127); }

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

border-color css

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

 span { border-color: rgb(21,79,127); }

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