Html Css Color HEX #0153C2 Navy Blue

📋 copy color: '#0153C2'

red 1 ◦ green 83 ◦ blue 194

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

Shades of Navy Blue #0153C2

Tints of Navy Blue #0153C2

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

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

 BLUE value IS 194 (76.17% from 255) = 69.78%

R = 0.36%
G = 29.86%
B = 69.78%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0153C2 (or 0x0153C2) is known color: Navy Blue. HEX triplet: 01, 53 and C2. RGB value is (1,83,194). Sum of RGB (Red+Green+Blue) = 1+83+194=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 194 (76.17% from 255 or 69.78% from 278); Max value from RGB is 194 - color contains mainly: blue. Hex color #0153C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153C2 is #FEAC3D. Grayscale: #464646. Windows color (decimal): -16690238 or 12735233. OLE color: 12735233.

HSL color Cylindrical-coordinate representation of color #0153C2: hue angle of 214.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0153C2 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 83 194 -
CMYK 0.99 0.57 0 0.24
HSL 214.51º 0.99% 0.38% -
HSV(B) 214.51º 0.99% 0.76% -
XYZ 12.84 10.09 52.31 -
YUV 71.14 197.33 77.97 -
System Red Green Blue C M Y K H S L
Decimal 1 83 194 0.99 0.57 0 0.24 214.51 0.99 0.38
Hex 1 53 C2 63 39 0 18 D7 63 26
Octal 1 123 302 143 71 0 30 327 143 46
Binary 1 1010011 11000010 1100011 111001 0 11000 11010111 1100011 100110

Color Harmonies of #0153C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0153C2

Black with #0153C2

Text Example


Text Example

White with #0153C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0153C2; }

 p { color: rgb(1,83,194); }

 H1.HeaderClassName
 {
   color: #0153C2;
 }
 .AnyTagClassName
 {
   color: #0153C2;
 }
</style>

background-color css

<style>
 a { background-color: #0153C2; }

 a { background-color: rgb(1,83,194); }

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

border-color css

<style>
 span { border-color: #0153C2; }

 span { border-color: rgb(1,83,194); }

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