Html Css Color HEX #0152CC Navy Blue

📋 copy color: '#0152CC'

red 1 ◦ green 82 ◦ blue 204

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

Shades of Navy Blue #0152CC

Tints of Navy Blue #0152CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 0.35%
G = 28.57%
B = 71.08%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0152CC (or 0x0152CC) is known color: Navy Blue. HEX triplet: 01, 52 and CC. RGB value is (1,82,204). Sum of RGB (Red+Green+Blue) = 1+82+204=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #0152CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152CC is #FEAD33. Grayscale: #474747. Windows color (decimal): -16690484 or 13390337. OLE color: 13390337.

HSL color Cylindrical-coordinate representation of color #0152CC: hue angle of 216.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152CC is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 82 204 -
CMYK 1.00 0.60 0 0.2
HSL 216.06º 0.99% 0.4% -
HSV(B) 216.06º 1% 0.8% -
XYZ 13.93 10.4 58.4 -
YUV 71.69 202.66 77.58 -
System Red Green Blue C M Y K H S L
Decimal 1 82 204 1.00 0.60 0 0.2 216.06 0.99 0.4
Hex 1 52 CC 64 3C 0 14 D8 63 28
Octal 1 122 314 144 74 0 24 330 143 50
Binary 1 1010010 11001100 1100100 111100 0 10100 11011000 1100011 101000

Color Harmonies of #0152CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0152CC

Black with #0152CC

Text Example


Text Example

White with #0152CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0152CC; }

 p { color: rgb(1,82,204); }

 H1.HeaderClassName
 {
   color: #0152CC;
 }
 .AnyTagClassName
 {
   color: #0152CC;
 }
</style>

background-color css

<style>
 a { background-color: #0152CC; }

 a { background-color: rgb(1,82,204); }

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

border-color css

<style>
 span { border-color: #0152CC; }

 span { border-color: rgb(1,82,204); }

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