Html Css Color HEX #0F5093 Dark Cerulean

📋 copy color: '#0F5093'

red 15 ◦ green 80 ◦ blue 147

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

Shades of Dark Cerulean #0F5093

Tints of Dark Cerulean #0F5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

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

R = 6.2%
G = 33.06%
B = 60.74%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F5093 (or 0x0F5093) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 93. RGB value is (15,80,147). Sum of RGB (Red+Green+Blue) = 15+80+147=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F5093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5093 is #F0AF6C. Grayscale: #434343. Windows color (decimal): -15773549 or 9654287. OLE color: 9654287.

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

Color convert

RGB 15 80 147 -
CMYK 0.90 0.46 0 0.42
HSL 210.45º 0.81% 0.32% -
HSV(B) 210.45º 0.9% 0.58% -
XYZ 8.33 7.95 28.7 -
YUV 68.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 15 80 147 0.90 0.46 0 0.42 210.45 0.81 0.32
Hex F 50 93 5A 2E 0 2A D2 51 20
Octal 17 120 223 132 56 0 52 322 121 40
Binary 1111 1010000 10010011 1011010 101110 0 101010 11010010 1010001 100000

Color Harmonies of #0F5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5093

Black with #0F5093

Text Example


Text Example

White with #0F5093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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