Html Css Color HEX #0C63FA Navy Blue

📋 copy color: '#0C63FA'

red 12 ◦ green 99 ◦ blue 250

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

Shades of Navy Blue #0C63FA

Tints of Navy Blue #0C63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 3.32%
G = 27.42%
B = 69.25%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C63FA (or 0x0C63FA) is known color: Navy Blue. HEX triplet: 0C, 63 and FA. RGB value is (12,99,250). Sum of RGB (Red+Green+Blue) = 12+99+250=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C63FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C63FA is #F39C05. Grayscale: #595959. Windows color (decimal): -15965190 or 16409356. OLE color: 16409356.

HSL color Cylindrical-coordinate representation of color #0C63FA: hue angle of 218.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C63FA is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 99 250 -
CMYK 0.95 0.60 0 0.02
HSL 218.07º 0.96% 0.51% -
HSV(B) 218.07º 0.95% 0.98% -
XYZ 21.87 15.9 92.36 -
YUV 90.2 218.18 72.22 -
System Red Green Blue C M Y K H S L
Decimal 12 99 250 0.95 0.60 0 0.02 218.07 0.96 0.51
Hex C 63 FA 5F 3C 0 2 DA 60 33
Octal 14 143 372 137 74 0 2 332 140 63
Binary 1100 1100011 11111010 1011111 111100 0 10 11011010 1100000 110011

Color Harmonies of #0C63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C63FA

Black with #0C63FA

Text Example


Text Example

White with #0C63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,250); }

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

background-color css

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

 a { background-color: rgb(12,99,250); }

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

border-color css

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

 span { border-color: rgb(12,99,250); }

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