Html Css Color HEX #0234BF International Klein Blue

📋 copy color: '#0234BF'

red 2 ◦ green 52 ◦ blue 191

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

Shades of International Klein Blue #0234BF

Tints of International Klein Blue #0234BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 191 (75% from 255) = 77.96%

R = 0.82%
G = 21.22%
B = 77.96%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0234BF (or 0x0234BF) is known color: International Klein Blue. HEX triplet: 02, 34 and BF. RGB value is (2,52,191). Sum of RGB (Red+Green+Blue) = 2+52+191=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #0234BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0234BF is #FDCB40. Grayscale: #343434. Windows color (decimal): -16632641 or 12530690. OLE color: 12530690.

HSL color Cylindrical-coordinate representation of color #0234BF: hue angle of 224.13º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0234BF is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 52 191 -
CMYK 0.99 0.73 0 0.25
HSL 224.13º 0.98% 0.38% -
HSV(B) 224.13º 0.99% 0.75% -
XYZ 10.66 6.23 49.93 -
YUV 52.9 205.94 91.7 -
System Red Green Blue C M Y K H S L
Decimal 2 52 191 0.99 0.73 0 0.25 224.13 0.98 0.38
Hex 2 34 BF 63 49 0 19 E0 62 26
Octal 2 64 277 143 111 0 31 340 142 46
Binary 10 110100 10111111 1100011 1001001 0 11001 11100000 1100010 100110

Color Harmonies of #0234BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0234BF

Black with #0234BF

Text Example


Text Example

White with #0234BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0234BF; }

 p { color: rgb(2,52,191); }

 H1.HeaderClassName
 {
   color: #0234BF;
 }
 .AnyTagClassName
 {
   color: #0234BF;
 }
</style>

background-color css

<style>
 a { background-color: #0234BF; }

 a { background-color: rgb(2,52,191); }

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

border-color css

<style>
 span { border-color: #0234BF; }

 span { border-color: rgb(2,52,191); }

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