Html Css Color HEX #0270CF Navy Blue

📋 copy color: '#0270CF'

red 2 ◦ green 112 ◦ blue 207

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

Shades of Navy Blue #0270CF

Tints of Navy Blue #0270CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 0.62%
G = 34.89%
B = 64.49%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0270CF (or 0x0270CF) is known color: Navy Blue. HEX triplet: 02, 70 and CF. RGB value is (2,112,207). Sum of RGB (Red+Green+Blue) = 2+112+207=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #0270CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0270CF is #FD8F30. Grayscale: #595959. Windows color (decimal): -16617265 or 13594626. OLE color: 13594626.

HSL color Cylindrical-coordinate representation of color #0270CF: hue angle of 207.8º 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 #0270CF is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 112 207 -
CMYK 0.99 0.46 0 0.19
HSL 207.8º 0.98% 0.41% -
HSV(B) 207.8º 0.99% 0.81% -
XYZ 17.08 16.11 61.24 -
YUV 89.94 194.06 65.28 -
System Red Green Blue C M Y K H S L
Decimal 2 112 207 0.99 0.46 0 0.19 207.8 0.98 0.41
Hex 2 70 CF 63 2E 0 13 D0 62 29
Octal 2 160 317 143 56 0 23 320 142 51
Binary 10 1110000 11001111 1100011 101110 0 10011 11010000 1100010 101001

Color Harmonies of #0270CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0270CF

Black with #0270CF

Text Example


Text Example

White with #0270CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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