Html Css Color HEX #0C53FB Navy Blue

📋 copy color: '#0C53FB'

red 12 ◦ green 83 ◦ blue 251

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

Shades of Navy Blue #0C53FB

Tints of Navy Blue #0C53FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.54%

R = 3.47%
G = 23.99%
B = 72.54%

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

#0C53FB (or 0x0C53FB) is known color: Navy Blue. HEX triplet: 0C, 53 and FB. RGB value is (12,83,251). Sum of RGB (Red+Green+Blue) = 12+83+251=346 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.47% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C53FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C53FB is #F3AC04. Grayscale: #505050. Windows color (decimal): -15969285 or 16470796. OLE color: 16470796.

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

Color convert

RGB 12 83 251 -
CMYK 0.95 0.67 0 0.02
HSL 222.18º 0.97% 0.52% -
HSV(B) 222.18º 0.95% 0.98% -
XYZ 20.66 13.23 92.73 -
YUV 80.92 223.98 78.84 -
System Red Green Blue C M Y K H S L
Decimal 12 83 251 0.95 0.67 0 0.02 222.18 0.97 0.52
Hex C 53 FB 5F 43 0 2 DE 61 34
Octal 14 123 373 137 103 0 2 336 141 64
Binary 1100 1010011 11111011 1011111 1000011 0 10 11011110 1100001 110100

Color Harmonies of #0C53FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C53FB

Black with #0C53FB

Text Example


Text Example

White with #0C53FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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