Html Css Color HEX #0F468F Dark Cerulean

📋 copy color: '#0F468F'

red 15 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #0F468F

Tints of Dark Cerulean #0F468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 6.58%
G = 30.7%
B = 62.72%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F468F (or 0x0F468F) is known color: Dark Cerulean. HEX triplet: 0F, 46 and 8F. RGB value is (15,70,143). Sum of RGB (Red+Green+Blue) = 15+70+143=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F468F is #F0B970. Grayscale: #3D3D3D. Windows color (decimal): -15776113 or 9389583. OLE color: 9389583.

HSL color Cylindrical-coordinate representation of color #0F468F: hue angle of 214.22º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F468F is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 70 143 -
CMYK 0.90 0.51 0 0.44
HSL 214.22º 0.81% 0.31% -
HSV(B) 214.22º 0.9% 0.56% -
XYZ 7.35 6.47 26.85 -
YUV 61.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 15 70 143 0.90 0.51 0 0.44 214.22 0.81 0.31
Hex F 46 8F 5A 33 0 2C D6 51 1F
Octal 17 106 217 132 63 0 54 326 121 37
Binary 1111 1000110 10001111 1011010 110011 0 101100 11010110 1010001 11111

Color Harmonies of #0F468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F468F

Black with #0F468F

Text Example


Text Example

White with #0F468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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