Html Css Color HEX #0F4692 Dark Cerulean

📋 copy color: '#0F4692'

red 15 ◦ green 70 ◦ blue 146

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

Shades of Dark Cerulean #0F4692

Tints of Dark Cerulean #0F4692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 6.49%
G = 30.3%
B = 63.2%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F4692 (or 0x0F4692) is known color: Dark Cerulean. HEX triplet: 0F, 46 and 92. RGB value is (15,70,146). Sum of RGB (Red+Green+Blue) = 15+70+146=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F4692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4692 is #F0B96D. Grayscale: #3D3D3D. Windows color (decimal): -15776110 or 9586191. OLE color: 9586191.

HSL color Cylindrical-coordinate representation of color #0F4692: hue angle of 214.81º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4692 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 70 146 -
CMYK 0.90 0.52 0 0.43
HSL 214.81º 0.81% 0.32% -
HSV(B) 214.81º 0.9% 0.57% -
XYZ 7.58 6.56 28.06 -
YUV 62.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 15 70 146 0.90 0.52 0 0.43 214.81 0.81 0.32
Hex F 46 92 5A 34 0 2B D7 51 20
Octal 17 106 222 132 64 0 53 327 121 40
Binary 1111 1000110 10010010 1011010 110100 0 101011 11010111 1010001 100000

Color Harmonies of #0F4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4692

Black with #0F4692

Text Example


Text Example

White with #0F4692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,146); }

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

background-color css

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

 a { background-color: rgb(15,70,146); }

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

border-color css

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

 span { border-color: rgb(15,70,146); }

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