Html Css Color HEX #0327AD International Klein Blue

📋 copy color: '#0327AD'

red 3 ◦ green 39 ◦ blue 173

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

Shades of International Klein Blue #0327AD

Tints of International Klein Blue #0327AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 80.47%

R = 1.4%
G = 18.14%
B = 80.47%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0327AD (or 0x0327AD) is known color: International Klein Blue. HEX triplet: 03, 27 and AD. RGB value is (3,39,173). Sum of RGB (Red+Green+Blue) = 3+39+173=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #0327AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0327AD is #FCD852. Grayscale: #2A2A2A. Windows color (decimal): -16570451 or 11347715. OLE color: 11347715.

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

Color convert

RGB 3 39 173 -
CMYK 0.98 0.77 0 0.32
HSL 227.29º 0.97% 0.35% -
HSV(B) 227.29º 0.98% 0.68% -
XYZ 8.31 4.49 39.96 -
YUV 43.51 201.07 99.1 -
System Red Green Blue C M Y K H S L
Decimal 3 39 173 0.98 0.77 0 0.32 227.29 0.97 0.35
Hex 3 27 AD 62 4D 0 20 E3 61 23
Octal 3 47 255 142 115 0 40 343 141 43
Binary 11 100111 10101101 1100010 1001101 0 100000 11100011 1100001 100011

Color Harmonies of #0327AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0327AD

Black with #0327AD

Text Example


Text Example

White with #0327AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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