Html Css Color HEX #0B68F5 Navy Blue

📋 copy color: '#0B68F5'

red 11 ◦ green 104 ◦ blue 245

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

Shades of Navy Blue #0B68F5

Tints of Navy Blue #0B68F5

RGB

 RED value IS 11 (4.69% from 255) = 3.06%

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 245 (96.09% from 255) = 68.06%

R = 3.06%
G = 28.89%
B = 68.06%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0B68F5 (or 0x0B68F5) is known color: Navy Blue. HEX triplet: 0B, 68 and F5. RGB value is (11,104,245). Sum of RGB (Red+Green+Blue) = 11+104+245=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 245 (96.09% from 255 or 68.06% from 360); Max value from RGB is 245 - color contains mainly: blue. Hex color #0B68F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B68F5 is #F4970A. Grayscale: #5B5B5B. Windows color (decimal): -16029451 or 16082955. OLE color: 16082955.

HSL color Cylindrical-coordinate representation of color #0B68F5: hue angle of 216.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B68F5 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 11 104 245 -
CMYK 0.96 0.58 0 0.04
HSL 216.15º 0.92% 0.5% -
HSV(B) 216.15º 0.96% 0.96% -
XYZ 21.57 16.56 88.45 -
YUV 92.27 214.19 70.04 -
System Red Green Blue C M Y K H S L
Decimal 11 104 245 0.96 0.58 0 0.04 216.15 0.92 0.5
Hex B 68 F5 60 3A 0 4 D8 5C 32
Octal 13 150 365 140 72 0 4 330 134 62
Binary 1011 1101000 11110101 1100000 111010 0 100 11011000 1011100 110010

Color Harmonies of #0B68F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B68F5

Black with #0B68F5

Text Example


Text Example

White with #0B68F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,104,245); }

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

background-color css

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

 a { background-color: rgb(11,104,245); }

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

border-color css

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

 span { border-color: rgb(11,104,245); }

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