Html Css Color HEX #0F4793 Dark Cerulean

📋 copy color: '#0F4793'

red 15 ◦ green 71 ◦ blue 147

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

Shades of Dark Cerulean #0F4793

Tints of Dark Cerulean #0F4793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.47%

 BLUE value IS 147 (57.81% from 255) = 63.09%

R = 6.44%
G = 30.47%
B = 63.09%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F4793 (or 0x0F4793) is known color: Dark Cerulean. HEX triplet: 0F, 47 and 93. RGB value is (15,71,147). Sum of RGB (Red+Green+Blue) = 15+71+147=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F4793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4793 is #F0B86C. Grayscale: #3E3E3E. Windows color (decimal): -15775853 or 9651983. OLE color: 9651983.

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

Color convert

RGB 15 71 147 -
CMYK 0.90 0.52 0 0.42
HSL 214.55º 0.81% 0.32% -
HSV(B) 214.55º 0.9% 0.58% -
XYZ 7.72 6.71 28.49 -
YUV 62.92 175.45 93.82 -
System Red Green Blue C M Y K H S L
Decimal 15 71 147 0.90 0.52 0 0.42 214.55 0.81 0.32
Hex F 47 93 5A 34 0 2A D7 51 20
Octal 17 107 223 132 64 0 52 327 121 40
Binary 1111 1000111 10010011 1011010 110100 0 101010 11010111 1010001 100000

Color Harmonies of #0F4793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4793

Black with #0F4793

Text Example


Text Example

White with #0F4793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,71,147); }

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

background-color css

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

 a { background-color: rgb(15,71,147); }

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

border-color css

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

 span { border-color: rgb(15,71,147); }

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