Html Css Color HEX #0D6BEE Navy Blue

📋 copy color: '#0D6BEE'

red 13 ◦ green 107 ◦ blue 238

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

Shades of Navy Blue #0D6BEE

Tints of Navy Blue #0D6BEE

RGB

 RED value IS 13 (5.47% from 255) = 3.63%

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 238 (93.36% from 255) = 66.48%

R = 3.63%
G = 29.89%
B = 66.48%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0D6BEE (or 0x0D6BEE) is known color: Navy Blue. HEX triplet: 0D, 6B and EE. RGB value is (13,107,238). Sum of RGB (Red+Green+Blue) = 13+107+238=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D6BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6BEE is #F29411. Grayscale: #5D5D5D. Windows color (decimal): -15897618 or 15624973. OLE color: 15624973.

HSL color Cylindrical-coordinate representation of color #0D6BEE: hue angle of 214.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6BEE is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 107 238 -
CMYK 0.95 0.55 0 0.07
HSL 214.93º 0.9% 0.49% -
HSV(B) 214.93º 0.95% 0.93% -
XYZ 20.86 16.77 83.03 -
YUV 93.83 209.36 70.35 -
System Red Green Blue C M Y K H S L
Decimal 13 107 238 0.95 0.55 0 0.07 214.93 0.9 0.49
Hex D 6B EE 5F 37 0 7 D7 5A 31
Octal 15 153 356 137 67 0 7 327 132 61
Binary 1101 1101011 11101110 1011111 110111 0 111 11010111 1011010 110001

Color Harmonies of #0D6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6BEE

Black with #0D6BEE

Text Example


Text Example

White with #0D6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,107,238); }

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

background-color css

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

 a { background-color: rgb(13,107,238); }

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

border-color css

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

 span { border-color: rgb(13,107,238); }

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