Html Css Color HEX #0F3886 Dark Cerulean

📋 copy color: '#0F3886'

red 15 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #0F3886

Tints of Dark Cerulean #0F3886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

 BLUE value IS 134 (52.73% from 255) = 65.37%

R = 7.32%
G = 27.32%
B = 65.37%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F3886 (or 0x0F3886) is known color: Dark Cerulean. HEX triplet: 0F, 38 and 86. RGB value is (15,56,134). Sum of RGB (Red+Green+Blue) = 15+56+134=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F3886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3886 is #F0C779. Grayscale: #343434. Windows color (decimal): -15779706 or 8796175. OLE color: 8796175.

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

Color convert

RGB 15 56 134 -
CMYK 0.89 0.58 0 0.47
HSL 219.33º 0.8% 0.29% -
HSV(B) 219.33º 0.89% 0.53% -
XYZ 5.91 4.65 23.14 -
YUV 52.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 15 56 134 0.89 0.58 0 0.47 219.33 0.8 0.29
Hex F 38 86 59 3A 0 2F DB 50 1D
Octal 17 70 206 131 72 0 57 333 120 35
Binary 1111 111000 10000110 1011001 111010 0 101111 11011011 1010000 11101

Color Harmonies of #0F3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3886

Black with #0F3886

Text Example


Text Example

White with #0F3886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,134); }

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

background-color css

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

 a { background-color: rgb(15,56,134); }

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

border-color css

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

 span { border-color: rgb(15,56,134); }

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