Html Css Color HEX #0F3C85 Dark Cerulean

📋 copy color: '#0F3C85'

red 15 ◦ green 60 ◦ blue 133

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

Shades of Dark Cerulean #0F3C85

Tints of Dark Cerulean #0F3C85

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

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

R = 7.21%
G = 28.85%
B = 63.94%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F3C85 (or 0x0F3C85) is known color: Dark Cerulean. HEX triplet: 0F, 3C and 85. RGB value is (15,60,133). Sum of RGB (Red+Green+Blue) = 15+60+133=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F3C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3C85 is #F0C37A. Grayscale: #363636. Windows color (decimal): -15778683 or 8731663. OLE color: 8731663.

HSL color Cylindrical-coordinate representation of color #0F3C85: hue angle of 217.12º 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 #0F3C85 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 60 133 -
CMYK 0.89 0.55 0 0.48
HSL 217.12º 0.8% 0.29% -
HSV(B) 217.12º 0.89% 0.52% -
XYZ 6.05 5.03 22.84 -
YUV 54.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 15 60 133 0.89 0.55 0 0.48 217.12 0.8 0.29
Hex F 3C 85 59 37 0 30 D9 50 1D
Octal 17 74 205 131 67 0 60 331 120 35
Binary 1111 111100 10000101 1011001 110111 0 110000 11011001 1010000 11101

Color Harmonies of #0F3C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3C85

Black with #0F3C85

Text Example


Text Example

White with #0F3C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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