Html Css Color HEX #067BE2 Navy Blue

📋 copy color: '#067BE2'

red 6 ◦ green 123 ◦ blue 226

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

Shades of Navy Blue #067BE2

Tints of Navy Blue #067BE2

RGB

 RED value IS 6 (2.73% from 255) = 1.69%

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 226 (88.67% from 255) = 63.66%

R = 1.69%
G = 34.65%
B = 63.66%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#067BE2 (or 0x067BE2) is known color: Navy Blue. HEX triplet: 06, 7B and E2. RGB value is (6,123,226). Sum of RGB (Red+Green+Blue) = 6+123+226=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 226 (88.67% from 255 or 63.66% from 355); Max value from RGB is 226 - color contains mainly: blue. Hex color #067BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BE2 is #F9841D. Grayscale: #636363. Windows color (decimal): -16352286 or 14842630. OLE color: 14842630.

HSL color Cylindrical-coordinate representation of color #067BE2: hue angle of 208.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BE2 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 123 226 -
CMYK 0.97 0.46 0 0.11
HSL 208.09º 0.95% 0.45% -
HSV(B) 208.09º 0.97% 0.89% -
XYZ 20.89 19.7 74.65 -
YUV 99.76 199.24 61.12 -
System Red Green Blue C M Y K H S L
Decimal 6 123 226 0.97 0.46 0 0.11 208.09 0.95 0.45
Hex 6 7B E2 61 2E 0 B D0 5F 2D
Octal 6 173 342 141 56 0 13 320 137 55
Binary 110 1111011 11100010 1100001 101110 0 1011 11010000 1011111 101101

Color Harmonies of #067BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067BE2

Black with #067BE2

Text Example


Text Example

White with #067BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067BE2; }

 p { color: rgb(6,123,226); }

 H1.HeaderClassName
 {
   color: #067BE2;
 }
 .AnyTagClassName
 {
   color: #067BE2;
 }
</style>

background-color css

<style>
 a { background-color: #067BE2; }

 a { background-color: rgb(6,123,226); }

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

border-color css

<style>
 span { border-color: #067BE2; }

 span { border-color: rgb(6,123,226); }

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