Html Css Color HEX #0236BA International Klein Blue

📋 copy color: '#0236BA'

red 2 ◦ green 54 ◦ blue 186

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

Shades of International Klein Blue #0236BA

Tints of International Klein Blue #0236BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 76.86%

R = 0.83%
G = 22.31%
B = 76.86%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0236BA (or 0x0236BA) is known color: International Klein Blue. HEX triplet: 02, 36 and BA. RGB value is (2,54,186). Sum of RGB (Red+Green+Blue) = 2+54+186=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0236BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0236BA is #FDC945. Grayscale: #343434. Windows color (decimal): -16632134 or 12203522. OLE color: 12203522.

HSL color Cylindrical-coordinate representation of color #0236BA: hue angle of 223.04º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0236BA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 54 186 -
CMYK 0.99 0.71 0 0.27
HSL 223.04º 0.98% 0.37% -
HSV(B) 223.04º 0.99% 0.73% -
XYZ 10.21 6.2 47.11 -
YUV 53.5 202.77 91.27 -
System Red Green Blue C M Y K H S L
Decimal 2 54 186 0.99 0.71 0 0.27 223.04 0.98 0.37
Hex 2 36 BA 63 47 0 1B DF 62 25
Octal 2 66 272 143 107 0 33 337 142 45
Binary 10 110110 10111010 1100011 1000111 0 11011 11011111 1100010 100101

Color Harmonies of #0236BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0236BA

Black with #0236BA

Text Example


Text Example

White with #0236BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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