Html Css Color HEX #0F468B Dark Cerulean

📋 copy color: '#0F468B'

red 15 ◦ green 70 ◦ blue 139

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

Shades of Dark Cerulean #0F468B

Tints of Dark Cerulean #0F468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 6.7%
G = 31.25%
B = 62.05%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F468B (or 0x0F468B) is known color: Dark Cerulean. HEX triplet: 0F, 46 and 8B. RGB value is (15,70,139). Sum of RGB (Red+Green+Blue) = 15+70+139=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F468B is #F0B974. Grayscale: #3D3D3D. Windows color (decimal): -15776117 or 9127439. OLE color: 9127439.

HSL color Cylindrical-coordinate representation of color #0F468B: hue angle of 213.39º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F468B is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 70 139 -
CMYK 0.89 0.50 0 0.45
HSL 213.39º 0.81% 0.3% -
HSV(B) 213.39º 0.89% 0.55% -
XYZ 7.05 6.35 25.28 -
YUV 61.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 15 70 139 0.89 0.50 0 0.45 213.39 0.81 0.3
Hex F 46 8B 59 32 0 2D D5 51 1E
Octal 17 106 213 131 62 0 55 325 121 36
Binary 1111 1000110 10001011 1011001 110010 0 101101 11010101 1010001 11110

Color Harmonies of #0F468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F468B

Black with #0F468B

Text Example


Text Example

White with #0F468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,139); }

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

background-color css

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

 a { background-color: rgb(15,70,139); }

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

border-color css

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

 span { border-color: rgb(15,70,139); }

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