Html Css Color HEX #0F5082 Dark Cerulean

📋 copy color: '#0F5082'

red 15 ◦ green 80 ◦ blue 130

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

Shades of Dark Cerulean #0F5082

Tints of Dark Cerulean #0F5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 57.78%

R = 6.67%
G = 35.56%
B = 57.78%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F5082 (or 0x0F5082) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 82. RGB value is (15,80,130). Sum of RGB (Red+Green+Blue) = 15+80+130=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F5082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5082 is #F0AF7D. Grayscale: #424242. Windows color (decimal): -15773566 or 8540175. OLE color: 8540175.

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

Color convert

RGB 15 80 130 -
CMYK 0.88 0.38 0 0.49
HSL 206.09º 0.79% 0.28% -
HSV(B) 206.09º 0.88% 0.51% -
XYZ 7.09 7.45 22.18 -
YUV 66.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 15 80 130 0.88 0.38 0 0.49 206.09 0.79 0.28
Hex F 50 82 58 26 0 31 CE 4F 1C
Octal 17 120 202 130 46 0 61 316 117 34
Binary 1111 1010000 10000010 1011000 100110 0 110001 11001110 1001111 11100

Color Harmonies of #0F5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5082

Black with #0F5082

Text Example


Text Example

White with #0F5082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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