Html Css Color HEX #0263CF Navy Blue

📋 copy color: '#0263CF'

red 2 ◦ green 99 ◦ blue 207

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

Shades of Navy Blue #0263CF

Tints of Navy Blue #0263CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 0.65%
G = 32.14%
B = 67.21%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0263CF (or 0x0263CF) is known color: Navy Blue. HEX triplet: 02, 63 and CF. RGB value is (2,99,207). Sum of RGB (Red+Green+Blue) = 2+99+207=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #0263CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263CF is #FD9C30. Grayscale: #515151. Windows color (decimal): -16620593 or 13591298. OLE color: 13591298.

HSL color Cylindrical-coordinate representation of color #0263CF: hue angle of 211.61º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263CF is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 99 207 -
CMYK 0.99 0.52 0 0.19
HSL 211.61º 0.98% 0.41% -
HSV(B) 211.61º 0.99% 0.81% -
XYZ 15.75 13.44 60.8 -
YUV 82.31 198.36 70.72 -
System Red Green Blue C M Y K H S L
Decimal 2 99 207 0.99 0.52 0 0.19 211.61 0.98 0.41
Hex 2 63 CF 63 34 0 13 D4 62 29
Octal 2 143 317 143 64 0 23 324 142 51
Binary 10 1100011 11001111 1100011 110100 0 10011 11010100 1100010 101001

Color Harmonies of #0263CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263CF

Black with #0263CF

Text Example


Text Example

White with #0263CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0263CF; }

 p { color: rgb(2,99,207); }

 H1.HeaderClassName
 {
   color: #0263CF;
 }
 .AnyTagClassName
 {
   color: #0263CF;
 }
</style>

background-color css

<style>
 a { background-color: #0263CF; }

 a { background-color: rgb(2,99,207); }

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

border-color css

<style>
 span { border-color: #0263CF; }

 span { border-color: rgb(2,99,207); }

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