Html Css Color HEX #0F4085 Dark Cerulean

📋 copy color: '#0F4085'

red 15 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #0F4085

Tints of Dark Cerulean #0F4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 133 (52.34% from 255) = 62.74%

R = 7.08%
G = 30.19%
B = 62.74%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F4085 (or 0x0F4085) is known color: Dark Cerulean. HEX triplet: 0F, 40 and 85. RGB value is (15,64,133). Sum of RGB (Red+Green+Blue) = 15+64+133=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F4085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4085 is #F0BF7A. Grayscale: #383838. Windows color (decimal): -15777659 or 8732687. OLE color: 8732687.

HSL color Cylindrical-coordinate representation of color #0F4085: hue angle of 215.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4085 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 64 133 -
CMYK 0.89 0.52 0 0.48
HSL 215.08º 0.8% 0.29% -
HSV(B) 215.08º 0.89% 0.52% -
XYZ 6.26 5.46 22.91 -
YUV 57.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 15 64 133 0.89 0.52 0 0.48 215.08 0.8 0.29
Hex F 40 85 59 34 0 30 D7 50 1D
Octal 17 100 205 131 64 0 60 327 120 35
Binary 1111 1000000 10000101 1011001 110100 0 110000 11010111 1010000 11101

Color Harmonies of #0F4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4085

Black with #0F4085

Text Example


Text Example

White with #0F4085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,133); }

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

background-color css

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

 a { background-color: rgb(15,64,133); }

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

border-color css

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

 span { border-color: rgb(15,64,133); }

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