Html Css Color HEX #0258CA Navy Blue

📋 copy color: '#0258CA'

red 2 ◦ green 88 ◦ blue 202

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

Shades of Navy Blue #0258CA

Tints of Navy Blue #0258CA

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 88 (34.77% from 255) = 30.14%

 BLUE value IS 202 (79.3% from 255) = 69.18%

R = 0.68%
G = 30.14%
B = 69.18%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0258CA (or 0x0258CA) is known color: Navy Blue. HEX triplet: 02, 58 and CA. RGB value is (2,88,202). Sum of RGB (Red+Green+Blue) = 2+88+202=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #0258CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0258CA is #FDA735. Grayscale: #4A4A4A. Windows color (decimal): -16623414 or 13260802. OLE color: 13260802.

HSL color Cylindrical-coordinate representation of color #0258CA: hue angle of 214.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258CA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 88 202 -
CMYK 0.99 0.56 0 0.21
HSL 214.2º 0.98% 0.4% -
HSV(B) 214.2º 0.99% 0.79% -
XYZ 14.18 11.26 57.3 -
YUV 75.28 199.51 75.73 -
System Red Green Blue C M Y K H S L
Decimal 2 88 202 0.99 0.56 0 0.21 214.2 0.98 0.4
Hex 2 58 CA 63 38 0 15 D6 62 28
Octal 2 130 312 143 70 0 25 326 142 50
Binary 10 1011000 11001010 1100011 111000 0 10101 11010110 1100010 101000

Color Harmonies of #0258CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258CA

Black with #0258CA

Text Example


Text Example

White with #0258CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0258CA; }

 p { color: rgb(2,88,202); }

 H1.HeaderClassName
 {
   color: #0258CA;
 }
 .AnyTagClassName
 {
   color: #0258CA;
 }
</style>

background-color css

<style>
 a { background-color: #0258CA; }

 a { background-color: rgb(2,88,202); }

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

border-color css

<style>
 span { border-color: #0258CA; }

 span { border-color: rgb(2,88,202); }

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