Html Css Color HEX #0628AA International Klein Blue

📋 copy color: '#0628AA'

red 6 ◦ green 40 ◦ blue 170

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

Shades of International Klein Blue #0628AA

Tints of International Klein Blue #0628AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

 BLUE value IS 170 (66.8% from 255) = 78.7%

R = 2.78%
G = 18.52%
B = 78.7%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0628AA (or 0x0628AA) is known color: International Klein Blue. HEX triplet: 06, 28 and AA. RGB value is (6,40,170). Sum of RGB (Red+Green+Blue) = 6+40+170=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #0628AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0628AA is #F9D755. Grayscale: #2C2C2C. Windows color (decimal): -16373590 or 11151366. OLE color: 11151366.

HSL color Cylindrical-coordinate representation of color #0628AA: hue angle of 227.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0628AA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 40 170 -
CMYK 0.96 0.76 0 0.33
HSL 227.56º 0.93% 0.35% -
HSV(B) 227.56º 0.96% 0.67% -
XYZ 8.09 4.46 38.46 -
YUV 44.65 198.74 100.43 -
System Red Green Blue C M Y K H S L
Decimal 6 40 170 0.96 0.76 0 0.33 227.56 0.93 0.35
Hex 6 28 AA 60 4C 0 21 E4 5D 23
Octal 6 50 252 140 114 0 41 344 135 43
Binary 110 101000 10101010 1100000 1001100 0 100001 11100100 1011101 100011

Color Harmonies of #0628AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0628AA

Black with #0628AA

Text Example


Text Example

White with #0628AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0628AA; }

 p { color: rgb(6,40,170); }

 H1.HeaderClassName
 {
   color: #0628AA;
 }
 .AnyTagClassName
 {
   color: #0628AA;
 }
</style>

background-color css

<style>
 a { background-color: #0628AA; }

 a { background-color: rgb(6,40,170); }

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

border-color css

<style>
 span { border-color: #0628AA; }

 span { border-color: rgb(6,40,170); }

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