Html Css Color HEX #0236AB International Klein Blue

📋 copy color: '#0236AB'

red 2 ◦ green 54 ◦ blue 171

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

Shades of International Klein Blue #0236AB

Tints of International Klein Blue #0236AB

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 54 (21.48% from 255) = 23.79%

 BLUE value IS 171 (67.19% from 255) = 75.33%

R = 0.88%
G = 23.79%
B = 75.33%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0236AB (or 0x0236AB) is known color: International Klein Blue. HEX triplet: 02, 36 and AB. RGB value is (2,54,171). Sum of RGB (Red+Green+Blue) = 2+54+171=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #0236AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0236AB is #FDC954. Grayscale: #333333. Windows color (decimal): -16632149 or 11220482. OLE color: 11220482.

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

Color convert

RGB 2 54 171 -
CMYK 0.99 0.68 0 0.33
HSL 221.54º 0.98% 0.34% -
HSV(B) 221.54º 0.99% 0.67% -
XYZ 8.69 5.59 39.15 -
YUV 51.79 195.27 92.49 -
System Red Green Blue C M Y K H S L
Decimal 2 54 171 0.99 0.68 0 0.33 221.54 0.98 0.34
Hex 2 36 AB 63 44 0 21 DE 62 22
Octal 2 66 253 143 104 0 41 336 142 42
Binary 10 110110 10101011 1100011 1000100 0 100001 11011110 1100010 100010

Color Harmonies of #0236AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0236AB

Black with #0236AB

Text Example


Text Example

White with #0236AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0236AB; }

 p { color: rgb(2,54,171); }

 H1.HeaderClassName
 {
   color: #0236AB;
 }
 .AnyTagClassName
 {
   color: #0236AB;
 }
</style>

background-color css

<style>
 a { background-color: #0236AB; }

 a { background-color: rgb(2,54,171); }

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

border-color css

<style>
 span { border-color: #0236AB; }

 span { border-color: rgb(2,54,171); }

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