Html Css Color HEX #0327AA International Klein Blue

📋 copy color: '#0327AA'

red 3 ◦ green 39 ◦ blue 170

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

Shades of International Klein Blue #0327AA

Tints of International Klein Blue #0327AA

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 1.42%
G = 18.4%
B = 80.19%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0327AA (or 0x0327AA) is known color: International Klein Blue. HEX triplet: 03, 27 and AA. RGB value is (3,39,170). Sum of RGB (Red+Green+Blue) = 3+39+170=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0327AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0327AA is #FCD855. Grayscale: #2A2A2A. Windows color (decimal): -16570454 or 11151107. OLE color: 11151107.

HSL color Cylindrical-coordinate representation of color #0327AA: hue angle of 227.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0327AA is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 39 170 -
CMYK 0.98 0.77 0 0.33
HSL 227.07º 0.97% 0.34% -
HSV(B) 227.07º 0.98% 0.67% -
XYZ 8.02 4.37 38.45 -
YUV 43.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 3 39 170 0.98 0.77 0 0.33 227.07 0.97 0.34
Hex 3 27 AA 62 4D 0 21 E3 61 22
Octal 3 47 252 142 115 0 41 343 141 42
Binary 11 100111 10101010 1100010 1001101 0 100001 11100011 1100001 100010

Color Harmonies of #0327AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0327AA

Black with #0327AA

Text Example


Text Example

White with #0327AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,39,170); }

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

background-color css

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

 a { background-color: rgb(3,39,170); }

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

border-color css

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

 span { border-color: rgb(3,39,170); }

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