Html Css Color HEX #0F4893 Dark Cerulean

📋 copy color: '#0F4893'

red 15 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #0F4893

Tints of Dark Cerulean #0F4893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 6.41%
G = 30.77%
B = 62.82%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F4893 (or 0x0F4893) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 93. RGB value is (15,72,147). Sum of RGB (Red+Green+Blue) = 15+72+147=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F4893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4893 is #F0B76C. Grayscale: #3F3F3F. Windows color (decimal): -15775597 or 9652239. OLE color: 9652239.

HSL color Cylindrical-coordinate representation of color #0F4893: hue angle of 214.09º 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 #0F4893 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 72 147 -
CMYK 0.90 0.51 0 0.42
HSL 214.09º 0.81% 0.32% -
HSV(B) 214.09º 0.9% 0.58% -
XYZ 7.78 6.84 28.51 -
YUV 63.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 15 72 147 0.90 0.51 0 0.42 214.09 0.81 0.32
Hex F 48 93 5A 33 0 2A D6 51 20
Octal 17 110 223 132 63 0 52 326 121 40
Binary 1111 1001000 10010011 1011010 110011 0 101010 11010110 1010001 100000

Color Harmonies of #0F4893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4893

Black with #0F4893

Text Example


Text Example

White with #0F4893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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