Html Css Color HEX #0F4B93 Dark Cerulean

📋 copy color: '#0F4B93'

red 15 ◦ green 75 ◦ blue 147

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

Shades of Dark Cerulean #0F4B93

Tints of Dark Cerulean #0F4B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.65%

 BLUE value IS 147 (57.81% from 255) = 62.03%

R = 6.33%
G = 31.65%
B = 62.03%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F4B93 (or 0x0F4B93) is known color: Dark Cerulean. HEX triplet: 0F, 4B and 93. RGB value is (15,75,147). Sum of RGB (Red+Green+Blue) = 15+75+147=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F4B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4B93 is #F0B46C. Grayscale: #404040. Windows color (decimal): -15774829 or 9653007. OLE color: 9653007.

HSL color Cylindrical-coordinate representation of color #0F4B93: hue angle of 212.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4B93 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 75 147 -
CMYK 0.90 0.49 0 0.42
HSL 212.73º 0.81% 0.32% -
HSV(B) 212.73º 0.9% 0.58% -
XYZ 7.98 7.24 28.58 -
YUV 65.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 15 75 147 0.90 0.49 0 0.42 212.73 0.81 0.32
Hex F 4B 93 5A 31 0 2A D5 51 20
Octal 17 113 223 132 61 0 52 325 121 40
Binary 1111 1001011 10010011 1011010 110001 0 101010 11010101 1010001 100000

Color Harmonies of #0F4B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4B93

Black with #0F4B93

Text Example


Text Example

White with #0F4B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,75,147); }

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

background-color css

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

 a { background-color: rgb(15,75,147); }

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

border-color css

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

 span { border-color: rgb(15,75,147); }

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