Html Css Color HEX #0236AC International Klein Blue

📋 copy color: '#0236AC'

red 2 ◦ green 54 ◦ blue 172

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

Shades of International Klein Blue #0236AC

Tints of International Klein Blue #0236AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 75.44%

R = 0.88%
G = 23.68%
B = 75.44%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0236AC (or 0x0236AC) is known color: International Klein Blue. HEX triplet: 02, 36 and AC. RGB value is (2,54,172). Sum of RGB (Red+Green+Blue) = 2+54+172=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #0236AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0236AC is #FDC953. Grayscale: #333333. Windows color (decimal): -16632148 or 11286018. OLE color: 11286018.

HSL color Cylindrical-coordinate representation of color #0236AC: hue angle of 221.65º 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 #0236AC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 54 172 -
CMYK 0.99 0.69 0 0.33
HSL 221.65º 0.98% 0.34% -
HSV(B) 221.65º 0.99% 0.67% -
XYZ 8.79 5.63 39.65 -
YUV 51.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 2 54 172 0.99 0.69 0 0.33 221.65 0.98 0.34
Hex 2 36 AC 63 45 0 21 DE 62 22
Octal 2 66 254 143 105 0 41 336 142 42
Binary 10 110110 10101100 1100011 1000101 0 100001 11011110 1100010 100010

Color Harmonies of #0236AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0236AC

Black with #0236AC

Text Example


Text Example

White with #0236AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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