Html Css Color HEX #0F547E Dark Cerulean

📋 copy color: '#0F547E'

red 15 ◦ green 84 ◦ blue 126

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

Shades of Dark Cerulean #0F547E

Tints of Dark Cerulean #0F547E

RGB

 RED value IS 15 (6.25% from 255) = 6.67%

 GREEN value IS 84 (33.2% from 255) = 37.33%

 BLUE value IS 126 (49.61% from 255) = 56%

R = 6.67%
G = 37.33%
B = 56%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F547E (or 0x0F547E) is known color: Dark Cerulean. HEX triplet: 0F, 54 and 7E. RGB value is (15,84,126). Sum of RGB (Red+Green+Blue) = 15+84+126=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F547E is #F0AB81. Grayscale: #434343. Windows color (decimal): -15772546 or 8279055. OLE color: 8279055.

HSL color Cylindrical-coordinate representation of color #0F547E: hue angle of 202.7º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F547E is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 84 126 -
CMYK 0.88 0.33 0 0.51
HSL 202.7º 0.79% 0.28% -
HSV(B) 202.7º 0.88% 0.49% -
XYZ 7.13 7.95 20.9 -
YUV 68.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 15 84 126 0.88 0.33 0 0.51 202.7 0.79 0.28
Hex F 54 7E 58 21 0 33 CB 4F 1C
Octal 17 124 176 130 41 0 63 313 117 34
Binary 1111 1010100 1111110 1011000 100001 0 110011 11001011 1001111 11100

Color Harmonies of #0F547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F547E

Black with #0F547E

Text Example


Text Example

White with #0F547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F547E; }

 p { color: rgb(15,84,126); }

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

background-color css

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

 a { background-color: rgb(15,84,126); }

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

border-color css

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

 span { border-color: rgb(15,84,126); }

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