Html Css Color HEX #0C7BDE Navy Blue

📋 copy color: '#0C7BDE'

red 12 ◦ green 123 ◦ blue 222

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

Shades of Navy Blue #0C7BDE

Tints of Navy Blue #0C7BDE

RGB

 RED value IS 12 (5.08% from 255) = 3.36%

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 3.36%
G = 34.45%
B = 62.18%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C7BDE (or 0x0C7BDE) is known color: Navy Blue. HEX triplet: 0C, 7B and DE. RGB value is (12,123,222). Sum of RGB (Red+Green+Blue) = 12+123+222=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C7BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7BDE is #F38421. Grayscale: #646464. Windows color (decimal): -15959074 or 14580492. OLE color: 14580492.

HSL color Cylindrical-coordinate representation of color #0C7BDE: hue angle of 208.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7BDE is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 123 222 -
CMYK 0.95 0.45 0 0.13
HSL 208.29º 0.9% 0.46% -
HSV(B) 208.29º 0.95% 0.87% -
XYZ 20.42 19.52 71.8 -
YUV 101.1 196.23 64.45 -
System Red Green Blue C M Y K H S L
Decimal 12 123 222 0.95 0.45 0 0.13 208.29 0.9 0.46
Hex C 7B DE 5F 2D 0 D D0 5A 2E
Octal 14 173 336 137 55 0 15 320 132 56
Binary 1100 1111011 11011110 1011111 101101 0 1101 11010000 1011010 101110

Color Harmonies of #0C7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7BDE

Black with #0C7BDE

Text Example


Text Example

White with #0C7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,123,222); }

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

background-color css

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

 a { background-color: rgb(12,123,222); }

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

border-color css

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

 span { border-color: rgb(12,123,222); }

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