Html Css Color HEX #0F518A Dark Cerulean

📋 copy color: '#0F518A'

red 15 ◦ green 81 ◦ blue 138

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

Shades of Dark Cerulean #0F518A

Tints of Dark Cerulean #0F518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.62%

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 6.41%
G = 34.62%
B = 58.97%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F518A (or 0x0F518A) is known color: Dark Cerulean. HEX triplet: 0F, 51 and 8A. RGB value is (15,81,138). Sum of RGB (Red+Green+Blue) = 15+81+138=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F518A is #F0AE75. Grayscale: #434343. Windows color (decimal): -15773302 or 9064719. OLE color: 9064719.

HSL color Cylindrical-coordinate representation of color #0F518A: hue angle of 207.8º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F518A is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 81 138 -
CMYK 0.89 0.41 0 0.46
HSL 207.8º 0.8% 0.3% -
HSV(B) 207.8º 0.89% 0.54% -
XYZ 7.73 7.82 25.15 -
YUV 67.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 15 81 138 0.89 0.41 0 0.46 207.8 0.8 0.3
Hex F 51 8A 59 29 0 2E D0 50 1E
Octal 17 121 212 131 51 0 56 320 120 36
Binary 1111 1010001 10001010 1011001 101001 0 101110 11010000 1010000 11110

Color Harmonies of #0F518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F518A

Black with #0F518A

Text Example


Text Example

White with #0F518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,81,138); }

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

background-color css

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

 a { background-color: rgb(15,81,138); }

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

border-color css

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

 span { border-color: rgb(15,81,138); }

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