Html Css Color HEX #0626AA International Klein Blue

📋 copy color: '#0626AA'

red 6 ◦ green 38 ◦ blue 170

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

Shades of International Klein Blue #0626AA

Tints of International Klein Blue #0626AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

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

R = 2.8%
G = 17.76%
B = 79.44%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0626AA (or 0x0626AA) is known color: International Klein Blue. HEX triplet: 06, 26 and AA. RGB value is (6,38,170). Sum of RGB (Red+Green+Blue) = 6+38+170=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #0626AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0626AA is #F9D955. Grayscale: #2A2A2A. Windows color (decimal): -16374102 or 11150854. OLE color: 11150854.

HSL color Cylindrical-coordinate representation of color #0626AA: hue angle of 228.29º 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 #0626AA is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 38 170 -
CMYK 0.96 0.78 0 0.33
HSL 228.29º 0.93% 0.35% -
HSV(B) 228.29º 0.96% 0.67% -
XYZ 8.02 4.33 38.44 -
YUV 43.48 199.4 101.27 -
System Red Green Blue C M Y K H S L
Decimal 6 38 170 0.96 0.78 0 0.33 228.29 0.93 0.35
Hex 6 26 AA 60 4E 0 21 E4 5D 23
Octal 6 46 252 140 116 0 41 344 135 43
Binary 110 100110 10101010 1100000 1001110 0 100001 11100100 1011101 100011

Color Harmonies of #0626AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0626AA

Black with #0626AA

Text Example


Text Example

White with #0626AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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