Html Css Color HEX #0F6CEB Navy Blue

📋 copy color: '#0F6CEB'

red 15 ◦ green 108 ◦ blue 235

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

Shades of Navy Blue #0F6CEB

Tints of Navy Blue #0F6CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 4.19%
G = 30.17%
B = 65.64%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F6CEB (or 0x0F6CEB) is known color: Navy Blue. HEX triplet: 0F, 6C and EB. RGB value is (15,108,235). Sum of RGB (Red+Green+Blue) = 15+108+235=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F6CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6CEB is #F09314. Grayscale: #5E5E5E. Windows color (decimal): -15766293 or 15428623. OLE color: 15428623.

HSL color Cylindrical-coordinate representation of color #0F6CEB: hue angle of 214.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6CEB is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 108 235 -
CMYK 0.94 0.54 0 0.08
HSL 214.64º 0.88% 0.49% -
HSV(B) 214.64º 0.94% 0.92% -
XYZ 20.55 16.82 80.76 -
YUV 94.67 207.19 71.17 -
System Red Green Blue C M Y K H S L
Decimal 15 108 235 0.94 0.54 0 0.08 214.64 0.88 0.49
Hex F 6C EB 5E 36 0 8 D7 58 31
Octal 17 154 353 136 66 0 10 327 130 61
Binary 1111 1101100 11101011 1011110 110110 0 1000 11010111 1011000 110001

Color Harmonies of #0F6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6CEB

Black with #0F6CEB

Text Example


Text Example

White with #0F6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,235); }

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

background-color css

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

 a { background-color: rgb(15,108,235); }

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

border-color css

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

 span { border-color: rgb(15,108,235); }

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