Html Css Color HEX #0236BC International Klein Blue

📋 copy color: '#0236BC'

red 2 ◦ green 54 ◦ blue 188

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

Shades of International Klein Blue #0236BC

Tints of International Klein Blue #0236BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.05%

R = 0.82%
G = 22.13%
B = 77.05%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0236BC (or 0x0236BC) is known color: International Klein Blue. HEX triplet: 02, 36 and BC. RGB value is (2,54,188). Sum of RGB (Red+Green+Blue) = 2+54+188=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #0236BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0236BC is #FDC943. Grayscale: #353535. Windows color (decimal): -16632132 or 12334594. OLE color: 12334594.

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

Color convert

RGB 2 54 188 -
CMYK 0.99 0.71 0 0.26
HSL 223.23º 0.98% 0.37% -
HSV(B) 223.23º 0.99% 0.74% -
XYZ 10.42 6.28 48.24 -
YUV 53.73 203.77 91.1 -
System Red Green Blue C M Y K H S L
Decimal 2 54 188 0.99 0.71 0 0.26 223.23 0.98 0.37
Hex 2 36 BC 63 47 0 1A DF 62 25
Octal 2 66 274 143 107 0 32 337 142 45
Binary 10 110110 10111100 1100011 1000111 0 11010 11011111 1100010 100101

Color Harmonies of #0236BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0236BC

Black with #0236BC

Text Example


Text Example

White with #0236BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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