Html Css Color HEX #0C53FA Navy Blue

📋 copy color: '#0C53FA'

red 12 ◦ green 83 ◦ blue 250

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

Shades of Navy Blue #0C53FA

Tints of Navy Blue #0C53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 3.48%
G = 24.06%
B = 72.46%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C53FA (or 0x0C53FA) is known color: Navy Blue. HEX triplet: 0C, 53 and FA. RGB value is (12,83,250). Sum of RGB (Red+Green+Blue) = 12+83+250=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C53FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C53FA is #F3AC05. Grayscale: #505050. Windows color (decimal): -15969286 or 16405260. OLE color: 16405260.

HSL color Cylindrical-coordinate representation of color #0C53FA: hue angle of 222.1º 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 #0C53FA is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 83 250 -
CMYK 0.95 0.67 0 0.02
HSL 222.1º 0.96% 0.51% -
HSV(B) 222.1º 0.95% 0.98% -
XYZ 20.5 13.17 91.9 -
YUV 80.81 223.48 78.92 -
System Red Green Blue C M Y K H S L
Decimal 12 83 250 0.95 0.67 0 0.02 222.1 0.96 0.51
Hex C 53 FA 5F 43 0 2 DE 60 33
Octal 14 123 372 137 103 0 2 336 140 63
Binary 1100 1010011 11111010 1011111 1000011 0 10 11011110 1100000 110011

Color Harmonies of #0C53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C53FA

Black with #0C53FA

Text Example


Text Example

White with #0C53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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